I installed v429z on my laptop, and had no problems at all rebuilding all the KMotion SW there. I installed v429z on my machines PC, and I cannot build KMotion_dotNet. In fact, VS2008 refuses to even open the KMotiondotNet project, complaining about the property "Target" in Microsoft.CSharp.targets in Microsoft.Net/Framework/v4.0.30319/. Nothing I've tried within VS2008 has helped. The only way I've been able to get VS2008 to open the file is by editing a line in KMotion_dotNEt.csproj, from:
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
to:
<Import Project="C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.CSharp.targets" />
This allows me to open the project in VS2008, but it will not compile, because it is not finding something it needs in .NET 4.0.
I am completely stumped as to why I have this laptop on the machines PC, and NOT on my laptop, when they are configured, AFAICT, identically.
Any ideas how I can fix this?
Also, if I do a good build on my laptop, should I not be able to copy the entire KMotionv4xx/KMotion directory to my machines PC and run it there?
Regards,
Ray L.
|